HipAudioFormatsDecoder.decode

Will completely decode all the data. Returns if the decode was successful. The decoded data can be retrieved by calling getClipData()

class HipAudioFormatsDecoder
bool
decode
(
in ubyte[] data
,
HipAudioEncoding encoding
,
HipAudioType type
,
void delegate
(
in ubyte[]
)
onSuccess
,
void delegate
()
onFailure
)

Meta